projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27b5e86
)
(sentence-end): Add 0x5397d as close brace.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 13 Jun 2004 22:03:53 +0000
(22:03 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 13 Jun 2004 22:03:53 +0000
(22:03 +0000)
lisp/textmodes/paragraphs.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/paragraphs.el
b/lisp/textmodes/paragraphs.el
index 1b2628760e136ab1e1b400aac8592f5cdffac71a..e9cc4f397deb868223fe8f2693d68bfad47f451e 100644
(file)
--- a/
lisp/textmodes/paragraphs.el
+++ b/
lisp/textmodes/paragraphs.el
@@
-171,7
+171,7
@@
followed by two spaces, unless it's inside some sort of quotes or
parenthesis. See Info node `Sentences'."
(or sentence-end
(concat (if sentence-end-without-period "\\w \\|")
- "\\([.?!][]\"'\xd0c9)}]*"
+ "\\([.?!][]\"'\xd0c9
\x5397d
)}]*"
(if sentence-end-double-space
"\\($\\| $\\|\t\\| \\)" "\\($\\|[\t ]\\)")
"\\|[" sentence-end-without-space "]+\\)"